home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech's Sprocket™ / SprocketGX / Interfaces / CUtilities.h < prev    next >
Encoding:
Text File  |  1994-10-17  |  186 b   |  14 lines  |  [TEXT/MMCC]

  1. // CUtilities.h
  2.  
  3. #ifndef        __CUTILITIES__
  4. #define        __CUTILITIES__
  5. class  CSavePort
  6. {
  7.     public:
  8.         CSavePort(WindowPtr  theWindow);
  9.         ~CSavePort();
  10.     private:
  11.         GrafPtr        fSavePort;
  12. };
  13.  
  14. #endif